home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 December / PCWorld_2007-12_cd.bin / domacnost a kancelar / autoit / autoit-v3-setup.exe / Examples / Helpfile / MouseClickDrag.au3 < prev    next >
Text File  |  2007-09-08  |  88b  |  5 lines

  1. ; Left click drag from 0,200 to 600, 700
  2. MouseClickDrag("left", 0, 200, 600, 700)
  3.  
  4.  
  5.